home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!hester
- From: hester@netcom.com (Jim Hester)
- Subject: Borland class library problem (TDate)
- Message-ID: <hesterDq0n4L.B51@netcom.com>
- Summary: linker can't find object code
- Keywords: Borland, TDate
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- Distribution: usa
- Date: Wed, 17 Apr 1996 16:57:56 GMT
- Sender: hester@netcom16.netcom.com
-
-
- Does anyone know if there is a problem with the TDate class in Borland C++
- version 4.5?
-
- I have BCC4.5 fully installed on C:, and use the command-line compiler.
- When I try to use the TDate class, the linker can't find the object code.
- For example, if I compile the following:
-
- #include<classlib/date.h>
- void main()
- {
- TDate D;
- }
-
- The compilation phase goes OK but the linker complains that it can't find
- method TDate::TDate(). I HAVE successfully used other classlib objects (the
- container classes, for example).
-
- Any ideas?
-
- Thanks in advance,
-
- _ _ _
- / ) ' ) ) _/_
- (_/ . __ /---/ _ _ / _ __
- / /\_/_///_ / (_</_/_)_<__</_/ (_
- (_/
-
- hester@netcom.com
-